type golang.org/x/net/http2.writePingAck

4 uses

	golang.org/x/net/http2 (current package)
		server.go#L1568: 	sc.writeFrame(FrameWriteRequest{write: writePingAck{f}})
		write.go#L134: type writePingAck struct{ pf *PingFrame }
		write.go#L136: func (w writePingAck) writeFrame(ctx writeContext) error {
		write.go#L140: func (w writePingAck) staysWithinBuffer(max int) bool { return frameHeaderLen+len(w.pf.Data) <= max }